﻿/*'wok - 24.3.17 - Tex-Define Web: added stylesheet customized\customized.css, which is empty as default and can be used to customize the installation */

body {
}


header {
   /* background-color: brown; */
}

/* InTable [title=""] {transform: rotate(-90deg)} */


/* div.login-container {transform: rotate(-20deg)} */

/* div {transform: rotate(-20deg)} */

::placeholder {
  color: white;
  font-size: 1.5em;
}

/* wok - 4.10.21 - Hide Download button in Read-Only grid picture cells */
.DrawCellPicture.ReadOnly a.download-file-btn {
	display: none;
}

.InTable.EditBoxMultiLine.spellcheck::placeholder {
  color: transparent;
}
